Closed
Conversation
ee6b28d to
2fbf8a5
Compare
JavaLangAPIs #2804 (#2810)CodeCleanup
2fbf8a5 to
d357e2b
Compare
Pankraz76
commented
Jan 11, 2026
Pankraz76
commented
Jan 11, 2026
3266572 to
444fd43
Compare
830f3d1 to
2a9e113
Compare
Pankraz76
commented
Jan 12, 2026
| void cycleOrder() { | ||
| BiConsumer<String, String> testCase = (unorderedStr, canonical) -> { | ||
| List<String> unordered = Arrays.asList(unorderedStr.split(",")); | ||
| for (int i = 0; i < unordered.size(); ++i) { |
Author
There was a problem hiding this comment.
this one is not good for us, right? assuming we want to have all in same manner for simpler workflow.
@Goooler ?
| * just copy-paste these methods where you need | ||
| * them. | ||
| */ | ||
| public class ReflectionUtil { |
2a9e113 to
3bbab43
Compare
Author
|
again the maintainer does not give a damn anymore. talking about etiquette instead of the real deal is not in my interest. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[rewrite] add
CodeCleanup